SftTree/OCX 7.0

SftTreeSplitter.Column Property

Softel vdm, Inc.

Defines the number of columns displayed in the left pane of a split tree control.

Syntax       

Get

VB.NET

Count = object.Column  As Short

VB

Count = object.Column  As Integer

C#.NET

short Count = object.Column;

VC++

short Count = object->Column;
short Count = object->GetColumn();

C

HRESULT object->get_Column(short* Count);

Delphi

Count := object.Column   : Smallint;

Put

VB.NET

object.Column = Count  As Short

VB

object.Column = Count  As Integer

C#.NET

short object.Column = Count;

VC++

short object->Column = Count;
void object->PutColumn(short Count);

C

HRESULT object->put_Column(short Count);

Delphi

object.Column := Count   : Smallint;

object

A SftTreeSplitter object.

Count

Defines the number of columns displayed in the left pane of a split tree control.  The number specified must be between 1 and the total number of columns-1.

Comments

The Column property defines the number of columns displayed in the left pane of a split tree control.

The total number of columns is defined using the ColumnsObj.Count property.

See Also  SftTreeSplitter Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com